home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / Script Library 1.2.3.cpt / Script Library 1.2.3 / cards.xml < prev    next >
Text File  |  1992-05-20  |  4KB  |  110 lines

  1. card_2936.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>2936</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <true /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2800</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_3146.css" />
  12.     <part>
  13.         <id>49</id>
  14.         <type>field</type>
  15.         <visible> <true /> </visible>
  16.         <dontWrap> <false /> </dontWrap>
  17.         <dontSearch> <false /> </dontSearch>
  18.         <sharedText> <false /> </sharedText>
  19.         <fixedLineHeight> <false /> </fixedLineHeight>
  20.         <autoTab> <false /> </autoTab>
  21.         <lockText> <true /> </lockText>
  22.         <rect>
  23.             <left>0</left>
  24.             <top>0</top>
  25.             <right>12</right>
  26.             <bottom>12</bottom>
  27.         </rect>
  28.         <style>transparent</style>
  29.         <autoSelect> <false /> </autoSelect>
  30.         <showLines> <false /> </showLines>
  31.         <wideMargins> <false /> </wideMargins>
  32.         <multipleLines> <false /> </multipleLines>
  33.         <reservedFamily> 0 </reservedFamily>
  34.         <titleWidth>0</titleWidth>
  35.         <icon>0</icon>
  36.         <textAlign>left</textAlign>
  37.         <font>Geneva</font>
  38.         <textSize>12</textSize>
  39.         <textStyle>plain</textStyle>
  40.         <textHeight>16</textHeight>
  41.         <name>Register Password</name>
  42.         <script></script>
  43.     </part>
  44.     <part>
  45.         <id>48</id>
  46.         <type>button</type>
  47.         <visible> <true /> </visible>
  48.         <reserved5> 0 </reserved5>
  49.         <reserved4> 0 </reserved4>
  50.         <reserved3> 0 </reserved3>
  51.         <reserved2> 0 </reserved2>
  52.         <reserved1> 0 </reserved1>
  53.         <enabled> <true /> </enabled>
  54.         <rect>
  55.             <left>0</left>
  56.             <top>0</top>
  57.             <right>12</right>
  58.             <bottom>12</bottom>
  59.         </rect>
  60.         <style>transparent</style>
  61.         <showName> <false /> </showName>
  62.         <highlight> <false /> </highlight>
  63.         <autoHighlight> <false /> </autoHighlight>
  64.         <sharedHighlight> <true /> </sharedHighlight>
  65.         <family>0</family>
  66.         <titleWidth>0</titleWidth>
  67.         <icon>0</icon>
  68.         <textAlign>center</textAlign>
  69.         <font>Chicago</font>
  70.         <textSize>12</textSize>
  71.         <textStyle>plain</textStyle>
  72.         <name>Set Registration</name>
  73.         <script>on mouseUpif cd fld "Register Password" is empty thenanswer "Please supply a password for this stack."if (it=empty) then exit mouseUpask password "Enter password now:"if it is empty thenanswer "The password cannot be empty.  Operation cancelled."exit mouseUpend ifput it into pass1ask password "Please re-enter for verification:"if it ‚↠pass1 thenanswer "Password not entered correctly.  Operation cancelled."elseput pass1 into cd fld "Register Password"answer "Password entered!"end ifelseput cd fld "Register Password" into identPassask password "Wassa passwoid?"if it = identPass thenanswer "Enter registration or erase password?" with "Register" or "Password"if (it=empty) thenexit mouseUpend ifif it = "Register" thensetRegistrationend ifif it = "Password" thenput empty into cd fld "Register Password"end ifelseanswer "Sorry, dat's a bad woid around here!"exit mouseUpend ifend ifend mouseUpon setRegistrationput empty into bg fld "Registration"ask "Set registration to whom?"put it into bg fld "Registration"end setRegistration</script>
  74.     </part>
  75.     <content>
  76.         <layer>background</layer>
  77.         <id>12</id>
  78.         <text>Card 1 of 1</text>
  79.     </content>
  80.     <content>
  81.         <layer>card</layer>
  82.         <id>49</id>
  83.         <text>1905524488</text>
  84.     </content>
  85.     <content>
  86.         <layer>background</layer>
  87.         <id>38</id>
  88.         <text></text>
  89.     </content>
  90.     <content>
  91.         <layer>background</layer>
  92.         <id>1</id>
  93.         <text>Next Card</text>
  94.     </content>
  95.     <content>
  96.         <layer>background</layer>
  97.         <id>2</id>
  98.         <text>next,card,button</text>
  99.     </content>
  100.     <content>
  101.         <layer>background</layer>
  102.         <id>3</id>
  103.         <text>--  example of how to use this stack--  basic script for next button--      hold down the command key and click here to see how to zoom in on a --      scripton mouseUp  go nextend mouseUp --  pretty neat, huh?--  to zoom back do exactly the same thing (command key-click)</text>
  104.     </content>
  105.     <name></name>
  106.     <script></script>
  107. </card>
  108.  
  109.  
  110.